home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / color102.arc / MUSTREAD.DOC < prev    next >
Text File  |  1991-03-22  |  2KB  |  57 lines

  1.  
  2.  
  3. Title:  Mustread.doc
  4. Date:   March 20, 1991
  5.  
  6.  
  7.          From the computer of:   Richard Pohl
  8.  
  9.  
  10.  
  11.             As I have stated in the other Doc files, you    
  12. must load the ANSI.SYS driver via the Config.sys file so
  13. that your computer will understand the commands for the
  14. color change.  In order to do this you must know how to use
  15. your favorite text editor to write batch files or you must
  16. do it through the DOS Copy Con  command.  First I will
  17. explain what you must put in the config.sys file, then I
  18. will explain the simplest DOS commands to do this.
  19.  
  20.       First you need to know where your Dos utility files
  21. are stored.  Either in the root directory on your hard
  22. drive, or they may be in the DOS directory.  Where ever they
  23. may be you must tell your computer where to look for them
  24. when you load one of the device drivers through the
  25. config.sys.  Below are 2 examples of the line needed:
  26.  
  27.       sample 1     device = ansi.sys /x
  28.  
  29.       sample 2     device = c:\dos\ansi.sys /x
  30.  
  31. to add one of these to an already existent config.sys file
  32. type the following:
  33.  
  34.       copy config.sys+con  <enter> 
  35.       device = (sample #) <-place your choice here  <enter>
  36.       F6  <enter>
  37.  
  38. if you do not have a config.sys file for your computer, here
  39. is a simple one you can make in much the same manner:
  40.  
  41.        copy con config.sys  <enter>
  42.        break=on files=10  <enter>
  43.        buffers=30 device=(sample 1 or 2)  <enter>
  44.        F6  <enter>
  45.  
  46. F6 is the end-of-file marker for the Dos batch files and
  47. must be used to terminate the inserting of data to the file.
  48.       When using this method Be very careful to type it
  49. exactly as it appears above.  This method does not allow you
  50. to use the up and down arrow keys to edit (correct) an
  51. improper entry.
  52.       To view the config.sys file, type:   "type config.sys"
  53. leaving the quotation marks out.
  54.  
  55.  
  56.                           page 1 of 1
  57.